home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Applications / ARTAbrot 1.0 / Menu_ARTAbrot.h < prev    next >
Text File  |  1993-08-18  |  380b  |  17 lines

  1. /*  PMenu_ARTAbrot_prj                                 Handle a selection of the menu bar */
  2.  
  3. /* File name:  PMenu_ARTAbrot_prj.h   
  4. Function:  This module calls the appropiate menu list 
  5.       handler routine. 
  6. History: 8/18/93 Original by George Warner
  7.    */
  8.  
  9. /* Initialize the menubar */
  10. void Init_My_Menus(void);
  11.  
  12.  
  13. /* Handle the menu selection */
  14. void Handle_My_Menu( short theMenu,short theItem);
  15.  
  16.  
  17.